home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5423 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: maths.tcd.ie!not-for-mail
  2. From: steve@maths.tcd.ie (Stephen Kennedy)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: need small simple matrix library
  5. Date: 4 Feb 1996 16:03:34 -0000
  6. Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
  7. Message-ID: <4f2lcm$t4b@gosset.maths.tcd.ie>
  8. References: <4eg5p6$p59@gosset.maths.tcd.ie> <4enqa6$qlr@fsuj01.rz.uni-jena.de>
  9. NNTP-Posting-Host: gosset.maths.tcd.ie
  10.  
  11. mkt@isun04.inf.uni-jena.de (Tilo Koerbs) writes:
  12.  
  13. >What kind of matrix library are you looking for?
  14. >- Do you need a template class for mathematical matrices
  15. >- What operations does your matrix need?
  16. >[...]
  17.  
  18.  
  19. Yes, I should have been more specific.
  20.  
  21. In the short term, I think a double one would be
  22. what I need. I'll be dealing with smallish 3x3
  23. to 7x7 square matrices and vectors of the same size.
  24. I'll only need the most basic of operators,
  25. + - * /(inverse) = >> and << 
  26.  
  27. I did get started writing a class, but much of the
  28. work is quite tedious and repetitive, I feel like
  29. I'm reinventing the wheel all over again.
  30.  
  31. Stephen
  32.  
  33.